home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
garfield.swf
/
scripts
/
frame_30
/
PlaceObject2_660_105
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
335 b
|
16 lines
onClipEvent(load){
function change_life(life_num)
{
lives += life_num;
if(lives < 0)
{
_parent.score = _parent.bg_mov.global_pos;
lives = 0;
_parent.control_mov.lost();
}
this.gotoAndStop(lives + 1);
}
var lives = 6;
this.gotoAndStop(lives + 1);
}